home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_course_montre_config_kart.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  8.7 KB  |  491 lines

  1. ;//****************** CONTRE LA MONTRE CONFIG KART ***************************
  2. new Container
  3. {
  4.     name "container_montre_kart_config"
  5.     z 1
  6.  
  7.     background "data/menus/i_bg_timetrial_640_0.nif"
  8.  
  9.     on_idle ActionIdleManager
  10.     {
  11.         ;eMENU_MONTRE_CONFIG
  12.         current_menu 1100
  13.     }        
  14.  
  15.     new MenuButton
  16.     {
  17.         name "titre_fenetre_course_montre_mp"
  18.         x 0.749
  19.         y 0.85
  20.         size_x 0.25
  21.         size_y 0.163
  22.         text "Time"
  23.         text2 "attack"
  24.         text_size 0.45
  25.         text_initial_color <0,0.66,1,1>
  26.         normal_image "data/menus/i_titre_bouton.nif"
  27.         highlight_image ""
  28.     }
  29.     new MenuButton
  30.     {
  31.         ;// Contre la montre
  32.         x 0.012
  33.         y 0.85
  34.         text "Time"
  35.         text2 "attack"
  36.  
  37.         ;eMONTRE_DONE_CONFIG_GOTO_CHOICE
  38.         state_manager "3004"
  39.         ;warp_to "container_course_montre_menu_principal"
  40.     }
  41.     new MenuButton
  42.     {
  43.         ;// Meilleur temps
  44.         x 0.004
  45.         y 0.75
  46.         text "Best"
  47.         text2 "time"
  48.  
  49.         ;eMONTRE_DONE_CONFIG_GOTO_BEST
  50.         state_manager "3005"
  51.         ;warp_to "container_course_montre_meilleur_temps"
  52.     }
  53.  
  54.     new MenuButton
  55.     {
  56.         x 0.005
  57.         y 0.65
  58.         size_x 0.13
  59.         size_y 0.08
  60.         text_initial_color <0,0.66,1,1>
  61.         text "Kart"
  62.         text2 "Setup"
  63.         highlight_image ""
  64.     }
  65.  
  66.     new MenuButton
  67.     {
  68.         ;// Retour
  69.         x 0.74
  70.         y 0.07
  71.         text "Main"
  72.         text2 "Menu"
  73.         change_script "menu_principal.txt"
  74.         change_container "container_menu_principal"
  75.     }
  76.     new MenuButton
  77.     {
  78.         name "background_name"
  79.         x 0.4025
  80.         y 0.85
  81.         z 0.9
  82.         size_x 0.24
  83.         size_y 0.05
  84.         normal_image "data/menus/i_carre_listbox.nif"
  85.         highlight_image ""
  86.     }
  87.     new FastFont
  88.     {
  89.         name "his_name"
  90.         x 0.5225
  91.         y 0.858
  92.         ratio 0.28
  93.         initial_color <1,1,1,1>
  94.         auto_center 1
  95.     }
  96.     new MenuButton
  97.     {
  98.         name "background_apparence"
  99.         x 0.4025
  100.         y 0.71
  101.         z 0.9
  102.         size_x 0.24
  103.         size_y 0.13
  104.         normal_image "data/menus/i_carre_listbox.nif"
  105.         highlight_image ""
  106.     }
  107.      new FastFont
  108.     {
  109.         ;// Apparence
  110.         x 0.527
  111.         y 0.775
  112.         ratio 0.25
  113.         text "Skin"
  114.         auto_center 1
  115.         initial_color <1,1,1,1>
  116.     }
  117.     new MenuButton
  118.     {
  119.         ;// Previous apparence arrow
  120.         x 0.41
  121.         y 0.75
  122.         size_x 0.05
  123.         size_y 0.05
  124.  
  125.         normal_image "data/menus/i_triangle_orange.nif"
  126.         highlight_image "data/menus/i_triangle_bleu.nif"
  127.         ;// eSKIN_PREVIOUS
  128.         state_manager "48"
  129.     }
  130.     new MenuButton
  131.     {
  132.         ;// Next apparence arrow
  133.         x 0.581
  134.         y 0.75
  135.         size_x 0.05
  136.         size_y 0.05
  137.  
  138.         normal_image "data/menus/i_triangle_orange_flip.nif"
  139.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  140.         ;// eSKIN_NEXT
  141.         state_manager "49"
  142.     }
  143.     new Button
  144.     {
  145.         ;// Perso ovals
  146.         name "carriere_perso_preview"
  147.         x 0.195
  148.         y 0.50
  149.         size_x 0.20
  150.         size_y 0.39
  151.  
  152.         state_normal ActionAnimableImage
  153.         {
  154.             list ("data/menus/i_fond_pilote.nif")
  155.         }
  156.  
  157.         on_idle ActionRotate3DObject
  158.         {
  159.             x -56.0
  160.             y 10.0
  161.             z 250.0
  162.             tick 0.0
  163.             tick_offset 0.9
  164.             angle 1.57
  165.             scale 0.8
  166.             tilt_amplitude 0.0
  167.             tilt_speed 0.0
  168.             axis_rotation 2
  169.         }
  170.     }
  171.     new Button
  172.     {
  173.         ;// Kart ovals
  174.         name "carriere_kart_preview"
  175.         x 0.40
  176.         y 0.36
  177.         size_x 0.245
  178.         size_y 0.335
  179.  
  180.         state_normal ActionAnimableImage
  181.         {
  182.             list ("data/menus/i_fond_kart_single.nif")
  183.         }
  184.  
  185.         on_idle ActionRotate3DObject
  186.         {
  187.             x 7.5
  188.             y 10.0
  189.             z 250.0
  190.             tick 0.16
  191.             angle -0.6
  192.             scale 15.0
  193.             tilt_amplitude 0.1
  194.             tilt_speed 0.4
  195.         }
  196.     }
  197.     new MenuButton
  198.     {
  199.         name "background_numΘro_kart"
  200.         x 0.646
  201.         y 0.71
  202.         z 0.9
  203.         size_x 0.17
  204.         size_y 0.13
  205.         normal_image "data/menus/i_carre_listbox.nif"
  206.         highlight_image ""
  207.     }
  208.     new FastFont
  209.     {
  210.         ;// Numero
  211.         x 0.70
  212.         y 0.8
  213.         ratio 0.25        
  214.         text "Number"
  215.         initial_color <1,1,1,1>
  216.     }
  217.     new TextBox
  218.     {
  219.         name "carriere_kart_number"
  220.         x 0.7125
  221.         y 0.74
  222.         size_x 0.036
  223.         size_y 0.04
  224.         keepFocusOnEnter 1
  225.  
  226.         initial_image "data/menus/i_textbox_carre.nif"
  227.         cursor_image "Data/menus/i_texte_curseur.nif"
  228.  
  229.         text_x 0.12
  230.         text_y 0.03
  231.         text_size_x 0.94
  232.         
  233.         char_ratio_x 0.3
  234.         initial_color <0.99,0.61,0,1>
  235.         select_color <1,1,0,1>
  236.         over_color <0,0.66,1,1>
  237.     }
  238.     new FastFont
  239.     {
  240.         ;//Classe
  241.         name "carriere_font_class_config_initial"
  242.         x 0.52
  243.         y 0.74
  244.         auto_center 1
  245.         ratio 0.25
  246.         initial_color <1,1,1,1>
  247.     }
  248.  
  249.     ;// Tous les items concernant la configuration proviennent du menu 'menu_arcade_config_kart.txt'
  250.     new MenuButton
  251.     {
  252.         name "background_configuration"
  253.         x 0.645
  254.         y 0.36
  255.         z 0.9
  256.         size_x 0.35
  257.         size_y 0.34
  258.         normal_image "data/menus/i_carre_listbox.nif"
  259.         highlight_image ""
  260.     }
  261.     new FastFont
  262.     {
  263.         ;// Configuration
  264.         name "NumeroConfig"
  265.         auto_center 1
  266.         x 0.825
  267.         y 0.655
  268.         ratio 0.25
  269.         text "Setup"
  270.         initial_color <1,1,1,1>
  271.     }
  272.     new MenuButton
  273.     {
  274.         ;// Previous config arrow
  275.         x 0.715
  276.         y 0.65
  277.         size_x 0.04
  278.         size_y 0.04
  279.  
  280.         normal_image "data/menus/i_triangle_orange.nif"
  281.         highlight_image "data/menus/i_triangle_bleu.nif"
  282.  
  283.         ;// eCONFIGKART_PREVIOUS
  284.         state_manager "51"
  285.     }
  286.     new MenuButton
  287.     {
  288.         ;// Next config arrow
  289.         x 0.895
  290.         y 0.65
  291.         size_x 0.04
  292.         size_y 0.04
  293.  
  294.         normal_image "data/menus/i_triangle_orange_flip.nif"
  295.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  296.  
  297.         ;// eCONFIGKART_NEXT
  298.         state_manager "52"
  299.     }
  300.     new FastFont
  301.     {
  302.         ;// Configuration Acceleration
  303.         name "arcade_cs_kart_config_acceleration"
  304.         x 0.665
  305.         y 0.615
  306.         ratio 0.23
  307.         text "Acceleration"
  308.         initial_color <1,1,1,1>
  309.     }
  310.     new FastFont
  311.     {
  312.         ;// Configuration Freinage
  313.         name "arcade_cs_kart_config_freinage"
  314.         x 0.665
  315.         y 0.575
  316.         ratio 0.23
  317.         text "Braking"
  318.         initial_color <1,1,1,1>
  319.     }
  320.     new FastFont
  321.     {
  322.         ;// Configuration Vitesse de pointe
  323.         name "arcade_cs_kart_config_vitesse_de_pointe"
  324.         x 0.665
  325.         y 0.535
  326.         ratio 0.23
  327.         text "Top Speed"
  328.         initial_color <1,1,1,1>
  329.     }
  330.     new FastFont
  331.     {
  332.         ;// Configuration Adherence
  333.         name "arcade_cs_kart_config_adherence"
  334.         x 0.665
  335.         y 0.495
  336.         ratio 0.23
  337.         text "Grip"
  338.         initial_color <1,1,1,1>
  339.     }
  340.     new FastFont
  341.     {
  342.         ;// Configuration Sous-virage
  343.         name "arcade_cs_kart_config_sous_virage"
  344.         x 0.665
  345.         y 0.455
  346.         ratio 0.23
  347.         text "Understeer"
  348.         initial_color <1,1,1,1>
  349.     }
  350.     new FastFont
  351.     {
  352.         ;// Configuration Survirage
  353.         name "arcade_cs_kart_config_survirage"
  354.         x 0.665
  355.         y 0.415
  356.         ratio 0.23
  357.         text "Oversteer"
  358.         initial_color <1,1,1,1>
  359.     }
  360.     new FastFont
  361.     {
  362.         ;// Configuration Rigidite
  363.         name "arcade_cs_kart_config_rigidite"
  364.         x 0.665
  365.         y 0.375
  366.         ratio 0.23
  367.         text "Rigidity"
  368.         initial_color <1,1,1,1>
  369.     }
  370.     new ProgressBar
  371.     {
  372.         name "arcade_cs_pb_acceleration"
  373.         x 0.857
  374.         y 0.615
  375.         size_x 0.12
  376.         size_y 0.03
  377.         initial_image "data/menus/i_progress_contour.nif"
  378.         orientation_type 0
  379.         display_type 0
  380.         draw_text 0
  381.         bar_pos_x 0.859
  382.         bar_pos_y 0.62
  383.         bar_pos_size_x 0.117
  384.         bar_pos_size_y 0.02
  385.         bar_image "data/menus/i_progressbarr.nif"
  386.     }
  387.     new ProgressBar
  388.     {
  389.         name "arcade_cs_pb_freinage"
  390.         x 0.857
  391.         y 0.575
  392.         size_x 0.12
  393.         size_y 0.03
  394.         initial_image "data/menus/i_progress_contour.nif"
  395.         orientation_type 0
  396.         display_type 0
  397.         draw_text 0
  398.         bar_pos_x 0.859
  399.         bar_pos_y 0.58
  400.         bar_pos_size_x 0.117
  401.         bar_pos_size_y 0.02
  402.         bar_image "data/menus/i_progressbarr.nif"
  403.     }
  404.     new ProgressBar
  405.     {
  406.         name "arcade_cs_pb_vitesse_de_pointe"
  407.         x 0.857
  408.         y 0.535
  409.         size_x 0.12
  410.         size_y 0.03
  411.         initial_image "data/menus/i_progress_contour.nif"
  412.         orientation_type 0
  413.         display_type 0
  414.         draw_text 0
  415.         bar_pos_x 0.859
  416.         bar_pos_y 0.54
  417.         bar_pos_size_x 0.117
  418.         bar_pos_size_y 0.02
  419.         bar_image "data/menus/i_progressbarr.nif"
  420.     }
  421.     new ProgressBar
  422.     {
  423.         name "arcade_cs_pb_adherence"
  424.         x 0.857
  425.         y 0.495
  426.         size_x 0.12
  427.         size_y 0.03
  428.         initial_image "data/menus/i_progress_contour.nif"
  429.         orientation_type 0
  430.         display_type 0
  431.         draw_text 0
  432.         bar_pos_x 0.859
  433.         bar_pos_y 0.5
  434.         bar_pos_size_x 0.117
  435.         bar_pos_size_y 0.02
  436.         bar_image "data/menus/i_progressbarr.nif"
  437.     }
  438.     new ProgressBar
  439.     {
  440.         name "arcade_cs_pb_sous_virage"
  441.         x 0.857
  442.         y 0.455
  443.         size_x 0.12
  444.         size_y 0.03
  445.         initial_image "data/menus/i_progress_contour.nif"
  446.         orientation_type 0
  447.         display_type 0
  448.         draw_text 0
  449.         bar_pos_x 0.859
  450.         bar_pos_y 0.46
  451.         bar_pos_size_x 0.117
  452.         bar_pos_size_y 0.02
  453.         bar_image "data/menus/i_progressbarr.nif"
  454.     }
  455.     new ProgressBar
  456.     {
  457.         name "arcade_cs_pb_survirage"
  458.         x 0.857
  459.         y 0.415
  460.         size_x 0.12
  461.         size_y 0.03
  462.         initial_image "data/menus/i_progress_contour.nif"
  463.         orientation_type 0
  464.         display_type 0
  465.         draw_text 0
  466.         bar_pos_x 0.859
  467.         bar_pos_y 0.42
  468.         bar_pos_size_x 0.117
  469.         bar_pos_size_y 0.02
  470.         bar_image "data/menus/i_progressbarr.nif"
  471.     }
  472.     new ProgressBar
  473.     {
  474.         name "arcade_cs_pb_rigidite"
  475.         x 0.857
  476.         y 0.375
  477.         size_x 0.12
  478.         size_y 0.03
  479.         initial_image "data/menus/i_progress_contour.nif"
  480.         orientation_type 0
  481.         display_type 0
  482.         draw_text 0
  483.         bar_pos_x 0.859
  484.         bar_pos_y 0.38
  485.         bar_pos_size_x 0.117
  486.         bar_pos_size_y 0.02
  487.         bar_image "data/menus/i_progressbarr.nif"
  488.     }
  489.  
  490. }
  491.